home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / CURSIZE.C < prev    next >
C/C++ Source or Header  |  1996-11-24  |  224b  |  9 lines

  1. .I 0 2
  2. /* +++Date last modified: 08-Sep-1996 */
  3.  
  4. .I 6 3
  5. #include <stdio.h>      /* puts()               */
  6. #include <dos.h>        /* int86(), union REGS  */
  7. #include <stdlib.h>     /* exit(), atoi()       */
  8. .D 7 3
  9.